projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddf09aa
)
(Fkey_description): Reverse condition.
author
Karl Heuer
<kwzh@gnu.org>
Mon, 19 Sep 1994 17:46:42 +0000
(17:46 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Mon, 19 Sep 1994 17:46:42 +0000
(17:46 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index df12f254af9e792af4ef64326730505bf87f2097..76f59c2fa5519b5c09c98ff0599032f1ee4fa78b 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-1366,7
+1366,7
@@
spaces are put between sequence elements, etc.")
}
keys = vector;
}
- else if (VECTORP (keys))
+ else if (
!
VECTORP (keys))
keys = wrong_type_argument (Qarrayp, keys);
/* In effect, this computes